wallabag: Duplicate tags on import
Issue details
After I migrated my data from Pocket I saw that some tags are duplicated.
wallabag can’t count, eh? 😄
Access over the API:

Environment
- wallabag version (or git revision) that exhibits the issue: 2.0.3
- How did you install wallabag? Via
git cloneor by downloading the package? downloading - Last wallabag version that did not exhibit the issue (if applicable):
- php version: 5.5.10
- OS: CentOS
- type of hosting (shared or dedicated): shared
- which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL): SQLite
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 55 (53 by maintainers)
Will be fixed in 2.1, even for non async import.
Run that:
mysql -u wallabag2 -p PASSWORDThen you’ll have something likemysql>and then write all commands I put after …unless you use it for all your accounts… 😃
If it’s
pdo_mysqlit must be saved in the MySQL server defined inapp/config/parameters.yml.DELETE * FROM entryor something like that ?It’s already done in the upcoming 2.1: https://github.com/wallabag/wallabag/issues/1798
@lapineige don’t bother in testing it, we’ll do on our side 😉