cubicweb/server/migractions.py
changeset 11999 f69288934d66
parent 11982 8d1525c76e65
child 12021 cc8135ecfbb8
--- a/cubicweb/server/migractions.py	Wed Feb 08 16:05:00 2017 +0100
+++ b/cubicweb/server/migractions.py	Mon Mar 06 15:01:41 2017 +0100
@@ -268,7 +268,7 @@
                 written_format = format_file.readline().strip()
                 if written_format in ('portable', 'native'):
                     format = written_format
-        repo = self.repo = repository.Repository(self.config, bootstrap=False)
+        repo = self.repo = repository.Repository(self.config)
         source = repo.system_source
         try:
             source.restore(osp.join(tmpdir, source.uri), self.confirm, drop, format)