aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Z6trans.php
Commit message (Collapse)AuthorAgeFilesLines
* adapt mod z6trans to point to util/z6convert.php in case anyone stumbles ↵Mario Vavti2020-09-201-1/+14
| | | | over outdated doco.
* Boost DB conversion speed to Z6Max Kostikov2020-09-181-4/+22
|
* z6trans: don't swap xprof xchans on directory servers because it will fail ↵zotlabs2020-07-121-1/+1
| | | | with duplicate primary key in many cases and the migration will fail on each channel. What this means is that directory servers may take time to pick up zot6 entries if they haven't received them prior to the upgrade. I don't see an easier solution unless we check for existence of the zot6 xchan_hash in the xprof table before converting it.
* z6trans preparation for db update 1236Mario2020-03-111-94/+24
|
* provide tool to transform channels to zot6. WARNING: transformed channels ↵Mario2020-03-061-0/+200
will not yet be functional without additional patches.