The restore command recovers a database from a replica. By default, it attempts to restore the latest data. However, it can also restore databases to a specific point-in-time if it is covered by the WAL time range. Restoration will only run if the output database file does not exist so you cannot accidentally overwrite your running database. Usage With a database path This command will restore a database specified in the Litestream configuration file to its original location.