Commit Graph

14 Commits

Author SHA1 Message Date
William Herry 276ee45487 add bunder step to mysql_to_postgresql doc 2014-09-10 05:55:45 +08:00
Dmitriy Zaporozhets 9b1bef54de Merge branch 'import_postgres_user' into 'master'
Import the database as the `git` user

See merge request !762
2014-08-23 20:44:54 +00:00
xvonabur 672daff56c Add dependency info for mysql-postgresql converter
Running converter with Python 2.6.x installed gives the following error:
AttributeError: 'module' object has no attribute 'check_output'

After installing Python 2.7.x everything works fine.
2014-08-21 14:28:45 +04:00
Jacob Vosmaer 43b05afc4d Use the correct clone link for the DB converter 2014-07-03 12:17:46 +02:00
Ciro Santilli fd348de76d Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
Jacob Vosmaer bc62c283c6 Download schema.rb.bundled if necessary 2014-05-29 15:42:20 +02:00
Jacob Vosmaer b7de9de4d2 Omnibus instructions for re-adding indexes 2014-05-28 17:09:20 +02:00
Jacob Vosmaer 8ee3299cc4 Import the database as the `git` user
This ensures that all tables created during the import belong to `git`.
If you import as a different user, such as the `postgres` superuser, you
may encounter issues where the GitLab database user cannot access tables
in gitlabhq_production, _even if_ `git` is the owner of
gitlabhq_production at the time of import.
2014-05-19 18:28:45 +02:00
Jacob Vosmaer 6be0188b5c Rebuild indexes after a MySQL conversion 2014-05-19 17:51:58 +02:00
Jacob Vosmaer dca537ab29 Use the gitlabhq fork of the MySQL converter 2014-05-19 17:49:29 +02:00
Jacob Vosmaer 3bfbea37e9 Indicate when to stop/start GitLab 2014-05-08 13:18:22 +02:00
Jacob Vosmaer 92591b63dc Add an introcudtion to mysql_to_postgresql.md 2014-05-08 13:18:12 +02:00
Jacob Vosmaer c01efa0ed5 Document how to convert a backup to PostgreSQL 2014-05-08 12:12:14 +02:00
dosire f6189a9f07 Use underscores in doc filename like elsewhere. 2014-03-31 18:23:10 +02:00