You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/UPGRADE

11 lines
376 B

After upgrading the rails code to <version>,
you must upgrade existing databases using these commands:
$ bundle exec rake db:migrate
$ bundle exec rake cartodb:db:load_functions
$ bundle exec rake cartodb:db:load_triggers
$ bundle exec rake cartodb:db:create_importer_schema
$ bundle exec rake cartodb:db:migrate_to[<version>]
NOTE: rails must be restarted after an upgrade