From 8c82089d5164df22f98c59e43196589091bbd77c Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Thu, 15 Feb 2018 14:02:26 +0100 Subject: [PATCH] Suggest using upgrade_postgres_extension --- UPGRADE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UPGRADE b/UPGRADE index 85bc2158da..60d70b0458 100644 --- a/UPGRADE +++ b/UPGRADE @@ -4,7 +4,7 @@ Standard migration (default) Unless stated otherwise, assume any new CARTO release requires calling these commands: $ bundle exec rake db:migrate - + NOTES: - Redis server must be listening on the configured port (see config/app_config.yml) for some of the steps below to work - Rails must be restarted after an upgrade @@ -13,8 +13,8 @@ Extension migration ------------------- Most CARTO releases need an updated the cartodb-postgresql extension. After installing it, it must be upgraded in all existing databases: - - $ bundle exec rake cartodb:db:load_functions + + $ bundle exec rake cartodb:db:upgrade_postgres_extension Specific version notes ======================