BTW I tried with migration set to False locally with SqLite and it worked without issues.
Oscar. On 25 abr, 16:32, Oscar <[email protected]> wrote: > Hi there, > > I'm triying to deploy a W2P project based on Wiki_Plugin. I just > installed the plugin, I did some tests using sqlite, then I wanted to > deploy the code over my server based on PostgreSQL, I did the same and > it worked with migrations set to True, but wiki plugins has a comment > where I must set to False the migration in a production environment, I > did set it but the application fails. The error is related with > auth_user table already exists, so If migrations are turned off, is > the default behaviour of w2p consider all tables as these already > exists? > > How I can fix this? > > Regards, > > Oscar.

