When I connect through SSH to the server and I do those commands I get the following response:
-bash-4.2$ psql webtop5 < /usr/share/webtop/sql/data/init-data-nethserver.sql
UPDATE 1
UPDATE 1
UPDATE 1
UPDATE 1
UPDATE 1
UPDATE 1
UPDATE 1
UPDATE 1
UPDATE 1
UPDATE 1
ERROR: duplicate key value violates unique constraint “users_ak1”
DETAIL: Key (user_uid)=(uid) already exists.
ERROR: duplicate key value violates unique constraint “users_ak1”
DETAIL: Key (user_uid)=(uid) already exists.
ERROR: duplicate key value violates unique constraint “roles_permissions_ak1”
DETAIL: Key (role_uid, service_id, key, action, instance)=(uid, com.sonicle.webtop.core, SERVICE, ACCESS, com.sonicle.webtop.calendar) already exists.
ERROR: duplicate key value violates unique constraint “roles_permissions_ak1”
DETAIL: Key (role_uid, service_id, key, action, instance)=(uid, com.sonicle.webtop.core, SERVICE, ACCESS, com.sonicle.webtop.contacts) already exists.
ERROR: duplicate key value violates unique constraint “roles_permissions_ak1”
DETAIL: Key (role_uid, service_id, key, action, instance)=(uid, com.sonicle.webtop.core, SERVICE, ACCESS, com.sonicle.webtop.mail) already exists.
ERROR: duplicate key value violates unique constraint “roles_permissions_ak1”
DETAIL: Key (role_uid, service_id, key, action, instance)=(uid, com.sonicle.webtop.core, SERVICE, ACCESS, com.sonicle.webtop.tasks) already exists.
ERROR: duplicate key value violates unique constraint “roles_permissions_ak1”
DETAIL: Key (role_uid, service_id, key, action, instance)=(uid, com.sonicle.webtop.core, SERVICE, ACCESS, com.sonicle.webtop.vfs) already exists.
ERROR: duplicate key value violates unique constraint “roles_permissions_ak1”
DETAIL: Key (role_uid, service_id, key, action, instance)=(uid, com.sonicle.webtop.core, DEVICES_SYNC, ACCESS, *) already exists.
ERROR: duplicate key value violates unique constraint “roles_permissions_ak1”
DETAIL: Key (role_uid, service_id, key, action, instance)=(uid, com.sonicle.webtop.core, USER_PROFILE_INFO, MANAGE, *) already exists.
ERROR: duplicate key value violates unique constraint “roles_permissions_ak1”
DETAIL: Key (role_uid, service_id, key, action, instance)=(uid, com.sonicle.webtop.mail, MAILCARD_SETTINGS, CHANGE, *) already exists.
ERROR: duplicate key value violates unique constraint “settings_pkey”
DETAIL: Key (service_id, key)=(com.sonicle.webtop.calendar, default.calendar.sync) already exists.
ERROR: duplicate key value violates unique constraint “settings_pkey”
DETAIL: Key (service_id, key)=(com.sonicle.webtop.contacts, default.category.sync) already exists.
ERROR: duplicate key value violates unique constraint “settings_pkey”
DETAIL: Key (service_id, key)=(com.sonicle.webtop.tasks, default.category.sync) already exists.
ERROR: duplicate key value violates unique constraint “settings_pkey”
DETAIL: Key (service_id, key)=(com.sonicle.webtop.core, login.systeminfo.hide) already exists.
ERROR: duplicate key value violates unique constraint “settings_pkey”
DETAIL: Key (service_id, key)=(com.sonicle.webtop.core, login.webappname.hide) already exists.
ERROR: duplicate key value violates unique constraint “settings_pkey”
DETAIL: Key (service_id, key)=(com.sonicle.webtop.core, addon.notifier.url) already exists.
And after a signal-event nethserver-webtop5-update I have a webtop login… WOAH… thnx!