• fine_sandy_bottom
      link
      fedilink
      arrow-up
      3
      ·
      7 months ago

      Yeah but if you import a backed up db wouldn’t the old entries just get deleted?

      • QuazarOmega@lemy.lol
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        7 months ago

        They said you can merge without conflicts:

        Making a backup every 60 days seems to be sufficient to keep all history. sqlite doesn’t reuse old ids (I think?) so merging the backups shouldn’t be too hard.

        But they haven’t tested it, also I wonder if once you do that successfully, Firefox will just delete all the extra records at the next startup, so idk

        • fine_sandy_bottom
          link
          fedilink
          arrow-up
          2
          ·
          7 months ago

          The entries would still be datestamped and as firefox clears up the history the older ones would be deleted.

          In my other comment I linked something that said firefox just starts tidying up as performance starts to degrade, rather than a fixed limit of history entries.

          Therefore, if your history is more or less full, and you just import a heap more history, firefox is just going to “tidy up” everything you just imported surely.