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. (cherry picked from commit c38fc0b9067382b91dcd26b4da9742fd9d650f6c)
* Boost DB conversion speed to Z6Max Kostikov2020-09-191-3/+21
| | | (cherry picked from commit a9377d6a3f8156ed686f122f791a813caef2e93f)
* MissprintMax Kostikov2020-09-191-1/+1
| | | (cherry picked from commit b223b71d0d8c866da4c713d68459fccc7c269b03)
* 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.