Skip to content

Instantly share code, notes, and snippets.

@osidney
Last active November 21, 2020 22:21
Show Gist options
  • Save osidney/6e2c918cafefdd5c31f497ce44883558 to your computer and use it in GitHub Desktop.
Save osidney/6e2c918cafefdd5c31f497ce44883558 to your computer and use it in GitHub Desktop.
Atualização do Mautic
wget https://github.com/mautic/mautic/raw/staging/upgrade.php
php7.2 upgrade.php
php7.2 app/console doctrine:migration:status
php7.2 app/console doctrine:migration:migrate
php7.2 app/console doctrine:schema:update --dump-sql
php7.2 app/console doctrine:schema:update --force
#rm -rf app/cache
php7.2 app/console cache:clear
php7.2 app/console cache:warmup
chown -R www-data:www-data .
chmod -R g+rw .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment