Skip to content

Commit

Permalink
Cleanup some comments / todo
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed May 16, 2024
1 parent 6e05dc8 commit 19584d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subpackages/lib/source/odood/lib/odoo/db_manager.d
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ struct OdooDatabaseManager {
fs_path.join(
entry.name.chompPrefix("filestore/")));
}
// Restore MuK Dms files (if present
// TODO: May be remove it in future.
// May be this feature is not needed.
if (entry.name.startsWith("files/")) {
entry.unzipTo(
fs_path.join(
Expand All @@ -426,9 +429,6 @@ struct OdooDatabaseManager {
t_restore_db.yieldForce();
t_restore_fs.yieldForce();

// TODO: set access rights for filestore
// TODO: restore other files.

infof("Database %s restored from backup %s", name, backup_path);
}

Expand Down

0 comments on commit 19584d9

Please sign in to comment.