iasql icon indicating copy to clipboard operation
iasql copied to clipboard

How-to guide to install all AWS modules

Open depombo opened this issue 2 years ago • 2 comments

This might change with multi-region

depombo avatar Sep 10 '22 16:09 depombo

The idea is a "How-to" guide with just the SQL to install all modules or it makes sense to create a guide on how to manage modules in general? Showing the iasql_modules_list(), iasql_modules_installed(), iasql_install() and iasql_uninstall() methods?

aguillenv avatar Oct 20 '22 09:10 aguillenv

I leave here the query to install/uninstall all modules: select * from iasql_install(variadic array(select module_name from iasql_modules_list()))

aguillenv avatar Oct 20 '22 10:10 aguillenv

Yes! Though I think @dfellis had something in mind to make the query even simpler?

depombo avatar Oct 20 '22 18:10 depombo

Closed in favor of https://github.com/iasql/dashboard/issues/280

depombo avatar Dec 12 '22 17:12 depombo