Andrei Subbota
Andrei Subbota
Got this error with tmux v1.9 and Overmind version 1.1.1.
@TJM Is it only capistrano-db-tasks don't use SSH Port?
@TJM what version of capistrano do you use?
@dmitry yes, it was PostgreSQL, cause "nextval()" used.
Looks like fixed in master-branch, don't?
@elthariel ping )
@hallmatt can you run `cap --backtrace staging db:push`?
@map7 do you have `_APP_PATH_/db` directory? @itolosa can you check this branch https://github.com/numbata/capistrano-db-tasks/tree/issues/104/db_dump_dir_fix ?
Unfortunately, there isn't an option to drop database for mysql now. But I think I can do it. "pgsql import" command already try to drop database before import. Also I...
Do you use mysql or postgresql?