Skip to content
Snippets Groups Projects
Commit 0b3cece7 authored by nkour's avatar nkour
Browse files

inform about not running gajim while migrating

parent c7eb45ae
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,10 @@ def visit(arg, dirname, filenames):
con.commit()
if __name__ == '__main__':
print 'Starting Logs Migration'
print '======================='
print 'Please do NOT run Gajim until this script is over'
print 'For more read http://trac.gajim.org/wiki/MigrateLogToDot9DB'
os.path.walk(PATH_TO_LOGS_BASE_DIR, visit, None)
f = open(os.path.join(PATH_TO_LOGS_BASE_DIR, 'README'), 'w')
f.write('We do not use plain-text files anymore, because they do not scale.\n')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment