Hi all,
I’m trying to export my data from the old TTRSS so I can import it into Docker.
$ ./update.php --data_user bob --data_export 1.zip
[12:35:45/2177] Lock: update.lock
[12:35:45/2177] exporting articles of user bob to 1.zip...
[12:35:45/2177] processing articles, offset: 0
[12:35:47/2177] processing articles, offset: 1000
[12:35:50/2177] processing articles, offset: 2000
<...SNIP...>
[12:40:57/2177] processing articles, offset: 98000
[12:41:03/2177] **write error while saving data to 1.zip**
tt-rss version (including git commit id):
commit 0868ff9d6495151a7cc25db541915943aefcd740
…
Platform (i.e. Linux distro, PHP, PostgreSQL, etc) versions:
Ubuntu - MySQL
…
Trying to follow these steps in migrating - Migrating from MySQL to PostgreSQL different server versions - #20 by nodiscc - Tiny Tiny RSS - Tiny Tiny RSS: Community
Any help would be greatly appreciated. Thanks all!
fox
2
well, is the directory writable by your user? you can try saving the zip to /tmp.
an OOM is also possible but very unlikely.
Ugh, yep that was it face palm. More coffee!