Re: [web2py] PostgreSQL migrate / fake_migrate_all failure with relation does not exists

2014-11-30 Thread Johann Spies
> > My migrations suddenly failed with > > Error: > ('ERROR', '42P01', > 'relation "wiki_page" does not exist') > > If the relation does exist in Postgresql (which is why you want to migrate), try and move the related file in //databases/ for that table to another destination (say /var/tmp) and

[web2py] PostgreSQL migrate / fake_migrate_all failure with relation does not exists

2014-11-30 Thread Tom Øyvind Hogstad
My migrations suddenly failed with Error: ('ERROR', '42P01', 'relation "wiki_page" does not exist') This will happen for any relation trying to commenting them out etc. Running a fake_migrate_all and the problem still persists, so I can not find a way around manually modify my PostgreSQL schem