You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the pre-data restore performs CREATE EXTENSION IF NOT EXISTS <ext_name>;, which causes the extension to created with the latest version available on the target.
The text was updated successfully, but these errors were encountered:
I want to maintain the extension version as same as on the source. I tried using --requirements with
pgcopydb clone
, but it doesn't work.By default, the pre-data restore performs
CREATE EXTENSION IF NOT EXISTS <ext_name>;
, which causes the extension to created with the latest version available on the target.The text was updated successfully, but these errors were encountered: