jopfre
jopfre
I got this working in the end by running `ALTER ROLE postgres SUPERUSER` on the db being migrated to (in my case staging) Adding an extra sed replace `| sed...
Yes I also had the same issue and needed to specify each part separately. Perhaps an example of the form of the old_db_url would be helpful as copying and pasting...
I figured out the usage with --dbname. The issue was my db password contained `@` characters. These need to be encoded otherwise pg_dump thinks it is the start of the...
Is this functionality read to use now? If so how to we use it?
Is it possible to show an example of how to use this? I get `Warning : Undefined variable $loop` I am trying to use it like ``` @posts @if ($loop->even)...