Help with 3.6.0 upgrade from 3.4.4

When I run:

/usr/local/rt3/sbin/rt-setup-database --dba postgres
–prompt-for-dba-password --action schema --datadir etc/upgrade/3.5.1

I get:

Creating database schema.
Couldn’t find schema file for Pg

Wot op?

Thanks,
Kevin

When I run:

/usr/local/rt3/sbin/rt-setup-database --dba postgres
–prompt-for-dba-password --action schema --datadir etc/upgrade/3.5.1

I get:

Creating database schema.
Couldn’t find schema file for Pg

Wot op?

Just ignore that. It just means there was no schema upgrade.
You will get a similar message for acl upgrade.

Todd Chapman wrote:> On Wed, Jun 21, 2006 at 10:42:22AM -0400, Kevin Murphy wrote:

When I run:

/usr/local/rt3/sbin/rt-setup-database --dba postgres
–prompt-for-dba-password --action schema --datadir etc/upgrade/3.5.1

I get:

Creating database schema.
Couldn’t find schema file for Pg

Wot op?

Just ignore that. It just means there was no schema upgrade.
You will get a similar message for acl upgrade.

OK. It returns with a nonzero exit status, though, which is why I asked.

-Kevin

Todd Chapman wrote:

When I run:

/usr/local/rt3/sbin/rt-setup-database --dba postgres --prompt-for-
dba-password --action schema --datadir etc/upgrade/3.5.1

I get:

Creating database schema.
Couldn’t find schema file for Pg

Wot op?

Just ignore that. It just means there was no schema upgrade.
You will get a similar message for acl upgrade.

OK. It returns with a nonzero exit status, though, which is why I
asked.

Which makes automatic package updates painful… bad form to ignore
errors from update scripts.

I shall make a plea that this be a non-fatal error and exit 0 in such
case.