wallabag: Duplicate tags on import

Issue details

After I migrated my data from Pocket I saw that some tags are duplicated.

image wallabag can’t count, eh? 😄

Access over the API: Access over API

Environment

  • wallabag version (or git revision) that exhibits the issue: 2.0.3
  • How did you install wallabag? Via git clone or 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)

Most upvoted comments

Will be fixed in 2.1, even for non async import.

Run that: mysql -u wallabag2 -p PASSWORD Then you’ll have something like mysql> and then write all commands I put after …

you password is safe even if you write it here

unless you use it for all your accounts… 😃

If it’s pdo_mysql it must be saved in the MySQL server defined in app/config/parameters.yml.

DELETE * FROM entry or 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 😉