Export with the button give an empty json file
could we export datas by cli (for all users in one shot)
git clone or by downloading the package? git cloen (i think) via Yunohosteach time i want export with the button, json gived file is empty
Hello @isAAAc!
I was sure you told about wallabag v2. We won't add features in wallabag v1.
We'll add this feature in wallabag v2.
I have a python script to handle exports on Framabag. Will share.
@isAAAc please check https://github.com/wallabag/wallabag/issues/1747
thx for you all ;)
ok, i 'm worst that a noob on sql , (used ti break all my sql each time i touch them ^^)
as said , my wallabag is on younohost,
the cli command to export the cvs in https://github.com/benediktg/wallabag-migration doesn't work
admin@krashboyz:~$ mysql -e"
SELECT url, is_read, is_fav
FROM entries
WHERE user_id = ${WB_USERID}
INTO OUTFILE '/tmp/wallabag-user-${WB_USERID}.csv'
FIELDS TERMINATED BY ','
ENCLOSED BY '"'
LINES TERMINATED BY 'n';" wallabag
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: NO)
so i installed phpmyadmin ...
i can request like that , but i don't unederstand how to get the rest with phpmyadmin :
SELECT
entries.url,entries.is_read,entries.is_favFROMentries
howto get :
WHERE
user_id= 'N'; # replace N by your actual user ID
?
thx for your help ;) (if you can help)
oh, and can i do that for all my users in one shot and import all in one shot too ?
or have i to do that for each user on by one ?
well, i spend to much time with this, i think i'll go faster re-entering all url one by one ...
Most helpful comment
I have a python script to handle exports on Framabag. Will share.