Bug?: Recreate database stops automatic backups

As you can see in Automatic backups stopped AND rolled back when restoring drive image of Ubuntu-partition I had to recreate the database after restoring a drive image backup of my Ubuntu partition. But now, after Ubuntu has restarted, the daily automatic backing up has stopped. Why?

I can add that the command “ps -ef | grep -i Duplicati” in Terminal gives this:

henrik@Henrik-L570:~$ ps -ef | grep -i Duplicati
henrik 1061 1 0 okt24 ? 00:00:00 DuplicatiServer /usr/lib/duplicati/Duplicati.Server.exe
henrik 1176 1061 0 okt24 ? 00:02:42 /usr/bin/mono-sgen /usr/lib/duplicati/Duplicati.Server.exe
henrik 13187 13174 0 15:33 pts/0 00:00:00 grep --color=auto -i Duplicati

And the file “/lib/systemd/system/duplicati.service” contains this:

[Unit]
Description=Duplicati web-server
After=network.target

[Service]
Nice=19
IOSchedulingClass=idle
EnvironmentFile=-/etc/default/duplicati
ExecStart=/usr/bin/duplicati-server $DAEMON_OPTS
Restart=always
User=henrik

[Install]
WantedBy=multi-user.target

Does anyone have any idea about why the automatic daily backups stopped?

NB: I have not looked deep enough into this!

When I log into Duplicati - http://localhost:8200/ngax/index.html#/ - it turns out that for some reason it got stuck while backing up. Now I cancelled the backup and started a new one. Maybe this solves the problem.

Addition (4 days later):

Yes! Now, after Ubuntu was restarted, Duplicati starts automatically like before! Sorry for bothering the forum with this!