Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
b7592f5c
Commit
b7592f5c
authored
Jul 12, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve upgrading instructions
parent
b61df7e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
5 deletions
+34
-5
docs/install.rst
docs/install.rst
+34
-5
No files found.
docs/install.rst
View file @
b7592f5c
...
...
@@ -140,6 +140,39 @@ The appliance is built using SUSE Studio and is based on openSUSE 12.1.
Upgrading
---------
.. _generic-upgrade-instructions:
Generic upgrade instructions
++++++++++++++++++++++++++++
.. versionchanged:: 1.2
Since version 1.2 the migration is done using South module, to upgrade to 1.2,
please see :ref:`version-specific-instructions`.
To upgrade database structure, you should run following commands:
.. code-block:: sh
./manage.py syncdb
./manage.py migrate
To upgrade default set of privileges definitions (optional), run:
.. code-block:: sh
./manage.py setupgroups
To upgrade default set of language definitions (optional), run:
.. code-block:: sh
./manage.py setuplang
.. _version-specific-instructions:
Version specific instructions
+++++++++++++++++++++++++++++
On upgrade to version 0.6 you should run :program:`./manage.py syncdb` and
:program:`./manage.py setupgroups --move` to setup access control as described
in installation section.
...
...
@@ -176,11 +209,7 @@ to run following commands:
./manage.py migrate weblate.accounts 0001 --fake
./manage.py migrate weblate.lang 0001 --fake
The rest of upgrade to 1.2 (and all future versions), is just matter of:
.. code-block:: sh
./manage.py migrate
Once you have done this, you can use :ref:`generic-upgrade-instructions`.
Migrating from Pootle
---------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment