diff --git a/05-data.sql b/05-data.sql
index 3892d0c9fad3bd1fd5495360565a10281225a6a9..1e680180566a9e0f5d19e2011dd51455c430b2ac 100644
--- a/05-data.sql
+++ b/05-data.sql
@@ -2,7 +2,7 @@
    Initialization test for storage table
 */
 
-INSERT INTO storage (storage_type, base_path, hostname) VALUES ('cold', '/ia2_tape_stb_01/users', 'tape-fe.ia2.inaf.it');
+INSERT INTO storage (storage_type, base_path, hostname) VALUES ('cold', '/ia2_tape_generic_rw_01/users', 'tape-fe.ia2.inaf.it');
 INSERT INTO storage (storage_type, base_path, hostname) VALUES ('hot', '/mnt/hot_storage/users', 'server');
 INSERT INTO storage (storage_type, base_path, hostname) VALUES ('local', '/home', 'localhost');
 INSERT INTO storage (storage_type, base_path, hostname) VALUES ('local', '/home/vospace/upload', 'localhost');