标签: ruby-on-rails postgresql sqlite
我需要使用续集gem将sqlite数据库迁移到postgresql。但是我在迁移时遇到了错误。
错误:URI :: InvalidURI错误:错误的URI(不是URI?):postgres:// postgres:Test @ 123 @ localhost / dev_db
有人可以帮忙吗?在我执行的命令下方
sequel -C sqlite://db/development.sqlite3 postgres://postgres:Test@123@localhost/dev_db