All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Bitnami MediaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:54, 29 September 2023 User talk contribs created page New Customer Checklist (Created page with "Checklist for Logging into New Customer Novus/Shell Databases # Check [Identity].dbo.domain has a domain record. Run the following query: SELECT * FROM [Identity].dbo.domain d WHERE d.name = 'foobar.com'; If it doesn’t exist, run the following INSERT: INSERT INTO [Identity].dbo.domain (name,release_number) VALUES ( 'foobar.com', -- name, '2022.5.2.0' -- release_number ); 2) Check [Identity].dbo.domain_database has two records with IDs: SHELL and NOVUS: SELECT...")