Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
2249 Visninger

I tried to migrate my database to a local server after backing it up but i keep experiencing an error "change_password_wizard". why is this happening. Ps: I experience multiple errors when i migrate a database from one computer system to another. please advice is it a bug or am i doing something wrong? OpenERP version 7.0

Avatar
Kassér
Bedste svar

Hello Sam,

When using OpenERP web UI to restore database, you need to be patient ...

Actually, web UI launches the restore database asynchronously and does not wait for operation to be completed. If you wait for a couple of minutes (depending on the size of the database) before reconnecting then it should be ok.

Note: if you perform the databasqe restore via the PostgresSQL pg_restore comand line, you'll see how long it really takes

 

Avatar
Kassér