Search found 2 matches

by scn
Sun May 10, 2009 4:29 pm
Forum: Installation and configuration
Topic: Problem migrating 1.7.4 -> 1.8.1 with postgres
Replies: 4
Views: 5166

Re: Problem migrating 1.7.4 -> 1.8.1 with postgres

I have some issues to migrate from 1.7.4 to 1.8.1. I have a postgres database, v8.1.11. First, some commands in sql script "db_schema_update.sql" are wrong. DROP TABLE IF EXISTS ? ALTER TABLE xxx MODIFY COLUMN ?? ... And first error is again an unrecognized command : SET CHARACTER ? I hav...