Upgrade from LinkAce v1

Please follow these instructions to upgrade LinkAce to the new version 2.

Preparation

⚠️ MAKE A BACKUP OF YOUR LINKACE, INCLUDING THE DATABASE!!! ⚠️
There will be absolutely no help to restore your old LinkAce installation and database if you have no backup!

Breaking changes

  • The LinkAce Docker image was renamed linkace/linkace:simple or linkace/linkace:php-nginx to linkace/linkace. There is no advanced image anymore.
  • LinkAce v2 now supports multiple users and comes with a more sophisticated system for the visibility of links, lists, tags and notes.
    • All entries that are currently marked as private will remain as such.
    • If you enable Guest Mode before the upgrade, links marked as public will stay public.
      However, if you have Guest Mode disabled, public links will become internal. This means they are visible to all logged-in users, but not to guests.
    • Your current user will become the primary administrator who can now control advanced system settings, as well as inviting new users to LinkAce.
  • The API was updated to version v2. Any existing integrations must be checked and adjusted if needed. The documentation can be found here.
  • MAIL_DRIVER needs to be replaced with MAIL_MAILER, but the values stays the same. Example: MAIL_DRIVER=smtp becomes MAIL_MAILER=smtp.

Select your current installation method