Hello, I tried to sync two postgresql datbases (dj...
# ask-community-for-troubleshooting
t
Hello, I tried to sync two postgresql datbases (django ORM). The destination is empty (version 13) The source is version 12. I don't know if it is relevant. When login to the newone I have this error
Copy code
column site_sitesettings.automatically_fulfill_non_shippable_gift_card does not exist LINE 1: ...", "site_sitesettings"."gift_card_expiry_period", "site_site... ^ HINT: Perhaps you meant to reference the column "site_sitesettings.automatically_fulfil__n_shippable_gift_card".
When I look, I have this column with
Copy code
automatically_fulfill_non_shippable_gift_card
If you have good eyes 🧐, you can see that there is an fulfill_non is replaced by __n Do you think it is a bug ? Is it related to postgres or something ? In replication it is OK
u
Hello Thomas Pedot, it's been a while without an update from us. Are you still having problems or did you find a solution?