mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
tools/migration/prosody-migrator.lua: Add messages to show when migration is in progress
This commit is contained in:
parent
667fc392e9
commit
747f5e7ccf
1 changed files with 2 additions and 1 deletions
|
@ -125,9 +125,10 @@ local writer = require("migrator."..otype).writer(config[to_store]);
|
|||
|
||||
local json = require "util.json";
|
||||
|
||||
io.stderr:write("Migrating...\n");
|
||||
for x in reader do
|
||||
--print(json.encode(x))
|
||||
writer(x);
|
||||
end
|
||||
writer(nil); -- close
|
||||
|
||||
io.stderr:write("Done!\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue