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 was archived by the owner on Sep 10, 2018. It is now read-only.
The dabatase schema has changed, you have to update it (php-cli required):
120
+
121
+
.. code-block:: sh
122
+
123
+
# Follow the instructions given by the command
124
+
# If you use MySQL
125
+
app/Console/cake schema update sonerezhMysql
126
+
127
+
# If you use PostreSQL
128
+
app/Console/cake schema update sonerezhPgsql
129
+
130
+
You instance has been upgraded! You can verify it under the statistics, on the settings page. Do not forget to empty you browser cache and delete the Sonerezh cookies.
131
+
132
+
^^^^^^^^^^^
133
+
Without git
134
+
^^^^^^^^^^^
135
+
There is not official procedure to update Sonerezh without Git. We advise you to make a fresh install with the latest archive. However, ``rsync`` should make the job:
The dabatase schema has changed, you have to update it (php-cli required):
146
+
147
+
.. code-block:: sh
148
+
149
+
# Follow the instructions given by the command
150
+
# If you use MySQL
151
+
app/Console/cake schema update sonerezhMysql
152
+
153
+
# If you use PostreSQL
154
+
app/Console/cake schema update sonerezhPgsql
155
+
156
+
You instance has been upgraded! You can verify it under the statistics, on the settings page. Do not forget to empty you browser cache and delete the Sonerezh cookies.
Le schéma de la base de données a changé, il faut donc le mettre à jour (requiert php-cli) :
120
+
121
+
.. code-block:: sh
122
+
123
+
# Suivez les instructions fournies par la commande
124
+
# Si vous utilisez MySQL
125
+
app/Console/cake schema update sonerezhMysql
126
+
127
+
# Si vous utilisez PostreSQL
128
+
app/Console/cake schema update sonerezhPgsql
129
+
130
+
Votre instance est à jour ! Vous pouvez aller le vérifier sur la page des paramètres, sous les statistiques. Pensez aussi à vider le cache de votre navigateur, et supprimer les cookies de Sonerezh.
131
+
132
+
^^^^^^^^
133
+
Sans git
134
+
^^^^^^^^
135
+
Il n'y pas de procédure officielle pour mettre à jour Sonerezh sans Git. Nous vous conseillons de repartir sur une installation neuve. Cependant, l'outil ``rsync`` devrait fonctionner :
Le schéma de la base de données a changé, il faut donc le mettre à jour (requiert php-cli) :
146
+
147
+
.. code-block:: sh
148
+
149
+
# Suivez les instructions fournies par la commande
150
+
# Si vous utilisez MySQL
151
+
app/Console/cake schema update sonerezhMysql
152
+
153
+
# Si vous utilisez PostreSQL
154
+
app/Console/cake schema update sonerezhPgsql
155
+
156
+
Votre instance est à jour ! Vous pouvez aller le vérifier sur la page des paramètres, sous les statistiques. Pensez aussi à vider le cache de votre navigateur, et supprimer les cookies de Sonerezh.
0 commit comments