Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fix ... #5158

Merged
merged 2 commits into from
Jul 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/integrator/upgrade_application.rst.mako
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Add ``UPGRADE_ARGS += --force-docker --new-makefile=Makefile`` in your ``<user>.

git add <user>.mk
git commit --message="Start upgrade"
./docker-run --home make --makefile=temp.mk upgrade
./docker-run --home make --makefile=<user>.mk upgrade

Then follow the instructions.

Expand All @@ -137,7 +137,7 @@ Remove the ``UPGRADE_ARGS`` in your ``<user>.mk`` file.
.. prompt:: bash

git add <user>.mk
git commit --quiet --message="Finish upgrade"
git commit --message="Finish upgrade"


Convert a version 2.3 to non-Docker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ update_paths:
- resourceproxy
- servers
- shortener
- shortener.allowed_hosts
- sqlalchemy
- sqlalchemy_slave
- tinyowsproxy
Expand Down