thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
889 stars 57 forks source link

Error on development restore call #196

Closed Vin0uz closed 2 years ago

Vin0uz commented 2 years ago

What command did you execute?

development restore production

What actually happened?

After downloading the dump, restoring it fails with visit_Psych_Nodes_Alias': Unknown alias: default (Psych::BadAlias) error message.

Some information about your installation

This issue started with our bump to ruby 3 and Rails 7

Does anyone else faced it ?

-- I tried to identify the problem more precisely but no real success.. My only guess would be about this line in yaml and possible conflict (ruby 3 in my repo but 2.5 in parity') 🤷‍♂️

multiplegeorges commented 2 years ago

@Vin0uz My fork fixes this issue if you need something before Thoughtbot merges my PR. Just fyi.