-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hello,
It seems there was an error pushing the Postgres scripts for database updates between versions 6.2 and 6.3.
the script doen't exist
As a result, it is currently impossible to update the database to version 6.4.x during an update.
psql:Migration_6.3.0_to_6.4.0.sql:79: NOTICE: You are about to upgrade from LinShare : 6.3.0 to 6.4.0 psql:Migration_6.3.0_to_6.4.0.sql:79: NOTICE: Your actual version is: 6.2.0 psql:Migration_6.3.0_to_6.4.0.sql:79: NOTICE: Your database history is : psql:Migration_6.3.0_to_6.4.0.sql:79: INFO: 6.2.0 psql:Migration_6.3.0_to_6.4.0.sql:79: NOTICE: Your database system information is : PostgreSQL 16.9 (Debian 16.9) on x86_64-pc-linux, compiled by gcc (Debian 12) psql:Migration_6.3.0_to_6.4.0.sql:79: WARNING: You must be in version : 6.3.0 to run this script. You are actually in version: 6.2.0 psql:Migration_6.3.0_to_6.4.0.sql:79: WARNING: We are about to abort the migration script, all the following instructions will be aborted and transaction will rollback. psql:Migration_6.3.0_to_6.4.0.sql:79: INFO: You should expect the following error : "query has no destination for result data". psql:Migration_6.3.0_to_6.4.0.sql:79: ERROR: query has no destination for result data HINT: If you want to discard the results of a SELECT, use PERFORM instead. CONTEXT: PL/pgSQL function ls_prechecks() line 29 at SQL statement psql:Migration_6.3.0_to_6.4.0.sql:80: ERROR: current transaction is aborted, commands ignored until end of transaction block psql:Migration_6.3.0_to_6.4.0.sql:82: ERROR: current transaction is aborted, commands ignored until end of transaction block psql:Migration_6.3.0_to_6.4.0.sql:95: ERROR: syntax error at or near "," LINE 3: ...OT NULL CONSTRAINT nonnull_account_contact_lists_account_id, ^ psql:Migration_6.3.0_to_6.4.0.sql:98: ERROR: current transaction is aborted, commands ignored until end of transaction block psql:Migration_6.3.0_to_6.4.0.sql:102: ERROR: current transaction is aborted, commands ignored until end of transaction block
Cordialy