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
{{ message }}
This repository has been archived by the owner on May 16, 2020. It is now read-only.
This line in the code is wrong:
source/scripts/run-rightsizing-redshift.py
ls_update_pricelist_sql += " when location='EU (Frankfurt)' then 'EU' "
It should be
ls_update_pricelist_sql += " when location='EU (Frankfurt)' then 'EUC1' "
This error causes that servers in eu-central-1 are not recognised.
How can I change this in the actual installation? The scripts are not usable for us with this error.
The text was updated successfully, but these errors were encountered: