Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
3ea743e65001
Commit
070d6a24
authored
Jul 14, 2015
by
Dmitriy Zaporozhets
Browse files
Merge branch 'fix-ed' into 'master'
Fix path to move_drop_indexes.ed Small documentation fix. See merge request !1900
parents
4b415117e659
1fd29807d5be
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/update/mysql_to_postgresql.md
View file @
3ea743e6
...
...
@@ -57,7 +57,7 @@ sudo -u git -H git clone https://github.com/gitlabhq/mysql-postgresql-converter.
# Convert gitlabhq_production.mysql
sudo -u git -H mkdir db
sudo -u git -H python mysql-postgresql-converter/db_converter.py gitlabhq_production.mysql db/database.sql
sudo -u git -H ed -s db/database.sql < move_drop_indexes.ed
sudo -u git -H ed -s db/database.sql <
mysql-postgresql-converter/
move_drop_indexes.ed
# Compress database backup
sudo -u git -H gzip db/database.sql
...
...
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